home *** CD-ROM | disk | FTP | other *** search
/ Freelog 45 / Freelog045.iso / Bas / Internet / Trellian / twp103.exe / {app} / WebPage.exe / 0 / RCDATA / TFORMSYNCUSTOMHIGHLIGHTER / TFORMSYNCUSTOMHIGHLIGHTER.txt
Text File  |  2003-02-25  |  4KB  |  166 lines

  1. object FormSynCustomHighlighter: TFormSynCustomHighlighter
  2.   Left = 384
  3.   Top = 238
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 8
  7.   ClientHeight = 233
  8.   ClientWidth = 441
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 441
  23.     Height = 201
  24.     ActivePage = TabSheetSettings
  25.     TabOrder = 0
  26.     TabStop = False
  27.     object TabSheetSettings: TTabSheet
  28.       Caption = 'Settings'
  29.       ImageIndex = 1
  30.       object GroupBoxTextAttributes: TGroupBox
  31.         Left = 144
  32.         Top = 8
  33.         Width = 129
  34.         Height = 73
  35.         Caption = ' Text attributes '
  36.         TabOrder = 1
  37.         object CheckBox1: TCheckBox
  38.           Left = 16
  39.           Top = 16
  40.           Width = 97
  41.           Height = 17
  42.           Caption = '&Bold'
  43.           TabOrder = 0
  44.           OnClick = CheckBox1Click
  45.         end
  46.         object CheckBox2: TCheckBox
  47.           Left = 16
  48.           Top = 32
  49.           Width = 97
  50.           Height = 17
  51.           Caption = '&Italic'
  52.           TabOrder = 1
  53.           OnClick = CheckBox2Click
  54.         end
  55.         object CheckBox3: TCheckBox
  56.           Left = 16
  57.           Top = 48
  58.           Width = 97
  59.           Height = 17
  60.           Caption = '&Underline'
  61.           TabOrder = 2
  62.           OnClick = CheckBox3Click
  63.         end
  64.       end
  65.       object GroupBoxUseDefaultsFor: TGroupBox
  66.         Left = 144
  67.         Top = 88
  68.         Width = 129
  69.         Height = 73
  70.         Caption = ' Use defaults for '
  71.         TabOrder = 2
  72.         object CheckBox4: TCheckBox
  73.           Left = 16
  74.           Top = 16
  75.           Width = 97
  76.           Height = 17
  77.           Caption = '&Foreground'
  78.           TabOrder = 0
  79.           OnClick = CheckBox4Click
  80.         end
  81.         object CheckBox5: TCheckBox
  82.           Left = 16
  83.           Top = 32
  84.           Width = 97
  85.           Height = 17
  86.           Caption = 'Back&ground'
  87.           TabOrder = 1
  88.           OnClick = CheckBox5Click
  89.         end
  90.       end
  91.       object GroupBoxElements: TGroupBox
  92.         Left = 8
  93.         Top = 8
  94.         Width = 129
  95.         Height = 153
  96.         Caption = ' Syntax elements '
  97.         TabOrder = 0
  98.         object ListBox: TListBox
  99.           Left = 8
  100.           Top = 16
  101.           Width = 113
  102.           Height = 129
  103.           ItemHeight = 13
  104.           TabOrder = 0
  105.           OnClick = ListBoxClick
  106.         end
  107.       end
  108.       object GroupBoxColor: TGroupBox
  109.         Left = 280
  110.         Top = 8
  111.         Width = 145
  112.         Height = 153
  113.         Caption = ' Color '
  114.         TabOrder = 3
  115.         object ColorGrid: TColorGrid
  116.           Left = 9
  117.           Top = 16
  118.           Width = 128
  119.           Height = 128
  120.           TabOrder = 0
  121.           OnChange = ColorGridChange
  122.         end
  123.       end
  124.     end
  125.   end
  126.   object ButtonOK: TButton
  127.     Left = 184
  128.     Top = 208
  129.     Width = 81
  130.     Height = 25
  131.     Caption = 'OK'
  132.     Default = True
  133.     ModalResult = 1
  134.     TabOrder = 1
  135.   end
  136.   object ButtonCancel: TButton
  137.     Left = 272
  138.     Top = 208
  139.     Width = 81
  140.     Height = 25
  141.     Cancel = True
  142.     Caption = 'Cancel'
  143.     ModalResult = 2
  144.     TabOrder = 2
  145.   end
  146.   object ButtonPopulate: TButton
  147.     Left = 0
  148.     Top = 208
  149.     Width = 81
  150.     Height = 25
  151.     Caption = 'Populate'
  152.     TabOrder = 3
  153.     Visible = False
  154.     OnClick = ButtonPopulateClick
  155.   end
  156.   object ButtonDefault: TButton
  157.     Left = 360
  158.     Top = 208
  159.     Width = 81
  160.     Height = 25
  161.     Caption = 'Default'
  162.     TabOrder = 4
  163.     OnClick = ButtonDefaultClick
  164.   end
  165. end
  166.